home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / net / bind-contrib.tar.gz / bind-contrib.tar / contrib / misc / soa-easy.shar / example.org.au.zone < prev    next >
Encoding:
Text File  |  1996-10-25  |  614 b   |  36 lines

  1. ; example.org.au.zone -    DNS data for example.org.au
  2. ;
  3. ; $Id: soa-easy.shar,v 8.2 1996/10/25 17:08:00 vixie Exp $
  4. ; $Source: /proj/src/isc/cvs-1/bind/contrib/misc/soa-easy.shar,v $
  5. ;
  6.  
  7. $INCLUDE example.org.au.SOA
  8.  
  9. $INCLUDE NS.generic
  10.  
  11. $INCLUDE MX.generic
  12.  
  13. ;
  14. ; Sub-zone delegation(s)
  15. ;
  16. $INCLUDE NS.generic        sub
  17.  
  18.  
  19. ;
  20. ; Hosts
  21. ;
  22. ns        IN    A    191.254.1.1
  23.         IN    HINFO    Sun-SS10    SunOS-5
  24. $INCLUDE MX.generic        ns
  25.  
  26. mailhub        IN    A    191.254.1.2
  27.         IN    HINFO    Sun-SS2        SunOS-5
  28. $INCLUDE MX.generic        mailhub
  29.  
  30. ;
  31. ; Aliases
  32. ;
  33. red        IN    CNAME    red.sub.example.org.au.
  34. white        IN    CNAME    white.sub.example.org.au.
  35. blue        IN    CNAME    blue.sub.example.org.au.
  36.